projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f968418
)
Unset LANG etc. to avoid non-standard command output from non-C locales.
author
Miles Bader
<miles@gnu.org>
Tue, 7 Jan 2003 01:25:53 +0000
(
01:25
+0000)
committer
Miles Bader
<miles@gnu.org>
Tue, 7 Jan 2003 01:25:53 +0000
(
01:25
+0000)
admin/quick-install-emacs
patch
|
blob
|
history
diff --git
a/admin/quick-install-emacs
b/admin/quick-install-emacs
index 6619554eddc5d751985750294078871879668d5b..c73dcc6f07fedc86721babe604e4c987bf571377 100755
(executable)
--- a/
admin/quick-install-emacs
+++ b/
admin/quick-install-emacs
@@
-31,6
+31,9
@@
MKDIR='mkdir --verbose -p'
NAWK=/usr/bin/nawk
+# avoid non-standard command output from non-C locales
+unset LANG LC_ALL LC_MESSAGES
+
# Some messages
USAGE="Usage: $me [OPTION...] BUILD_TREE [PREFIX]"
TRY="Try "\`"$me --help' for more information."